Undocumented functions of NTDLL

2OOO, 14 November


DbgPrint
DbgPrint

NTSYSAPI 
NTSTATUS
NTAPI

DbgPrint(
IN LPCSTR Format, ... );


Function works like a normal C printf routine, but result is streamed to debug output.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also: